
a, img {
    transition: all ease-out .5s;
}

body{
    min-width: 1200px;
}


/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.imgh img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgh:hover img {
    transform: scale(1.1);
}


/*按钮*/
.mm {
    transition: .5s;
}

.mm:hover {
    transform: translateY(-5px);
}

.mm:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.mm:hover:before {
    opacity: 1;
}

a, img {
    transition: all ease-out .5s;
}

/*首页banner*/
.banner-box {
    width: 100%;
    max-height: 850px;
    overflow: hidden;
}

.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}


.html5zoo-slides li a{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}


/*duct*/
.duct-box {
    background: url("../images/duct-bg.jpg") no-repeat center;
    height: 1022px;
    overflow: hidden;
    width: 100%;
}

.duct-nav {
    border-bottom: 1px solid #ccc;
    height: 100px;
}


.duct-nav .duct-title {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.duct-nav .duct-title i {
    padding-left: 10px;
    font-family: ArialMT;
    font-size: 16px;
    color: #cccccc;
}
.duct-nav li:nth-child(4){
    /*width: 300px;*/
}

.duct-nav li{
    float: left;
    width: 181px;
    height: 60px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 0;
    transition: all ease-out .5s;
}
.duct-nav li.on{
    border-color: #015cb5;
}
.duct-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    z-index: -1;
    transition: all ease-out .5s;
    background: url("../images/d-jj.png") no-repeat center;
    width: 12px;
    height: 0;
}
.duct-nav li.on:before{
    height: 12px;
    top: 58px;
}
.duct-nav li:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all ease-out .5s;
    background: #015cb5;
    width: 100%;
    height: 0;
}
.duct-nav li.on:after{
    height: 100%;
}
.duct-nav li a{
    display: block;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 15px;
}

.duct-nav li.on a{
    color: #fff;
}


.duct-nn{
    width: 100%;
    margin-top: 40px;
    height: 80px;
}
.duct-nli{
    width: 100%;
}
.duct-nli li:first-child{
    margin-left: 0;
}
.duct-nli li{
    box-sizing: border-box;
    float: left;
    margin-left: 10px;
    width: 292px;
    height: 80px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 80px;
}

.duct-nli li a{
    display: block;
    overflow: hidden;
    line-height: 24px;
    box-sizing: border-box;
    width: 75%;
    margin: 15px auto 0;
    font-size: 14px;
    color: #666;
    height: 48px;
}

.duct-list{
    margin-top: 20px;
}
.duct-list li:nth-child(4n+1){
    margin-left: 0;
}
.duct-list li{
    float: left;
    margin: 20px 0 0 20px;
    width: 285px;
    transition: all ease-out .5s;
}
.duct-list li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.duct-list li .duct-img{
    display: block;
    width: 100%;
    height: 276px;
    overflow: hidden;
}
.duct-list li .duct-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.duct-list li:hover .duct-img img{
    transform: scale(1.1);
}
.duct-list li .duct-name{
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 65px;
    background-color: #f0f0f0;
    line-height: 65px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}


/*about-box*/
.about-box{
    height: 848px;
    background: url("../images/about-bg.jpg") no-repeat center top #f6f6f6;
    padding-top: 95px;
    box-sizing: border-box;
    line-height: 1;
    overflow: hidden;
    width: 100%;
}

.about-ying{
    font-family: Impact;
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    line-height: .8;
    color: #ffffff;
    opacity: 0.2;
}

.about-nn{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-top: -15px;
}
.about-box .about-i{
    display: block;
    width: 86px;
    height: 1px;
    background-color: #ffffff;
    margin: 23px 0 43px;
}


.about-text{
    width: 706px;
    overflow: hidden;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    height: 192px;
}

.about-more{
    font-size: 16px;
    color: #ffffff;
    width: 240px;
    height: 68px;
    border: solid 1px #ffffff;
    display: block;
    text-align: center;
    line-height: 68px;
    margin-top: 85px;
}

.aboutTime {
    background: #015cb5;
    height: 193px;
    margin-top: 68px;
}
.aboutTime ul {
    width: 1200px;
    margin: 0 auto;
}
.aboutTime ul li {
    float: left;
    width: 25%;
    position: relative;
    font-size: 14px;
    color: #fff;
    height: 138px;
    margin-top: 26px;
    padding-left: 99px;
    box-sizing: border-box;
}
.aboutTime ul li:before {
    content: "";
    width: 1px;
    background: rgba(255,255,255,.2);
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutTime ul li:first-child:before {
    display: none;
}
.aboutTime ul li span {
    display: block;
}
.aboutTime ul li span b {
    color: #fff;
    font-family: Impact;
    font-size: 72px;
    font-weight: normal;
    position: relative;
    line-height: 72px;
    display: inline-block;
    padding-right: 10px;
}

.aboutTime ul li p {
    line-height: 1;
    margin-bottom: 18px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding-top: 22px;
}

/*case-box*/
.case-box{
    background: #f6f6f6;
    padding-bottom: 60px;
}

.case-nav{
    border-bottom: 1px solid #ccc;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.case-nav .case-title {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 100px;
}

.case-nav .case-title i {
    padding-left: 10px;
    font-family: ArialMT;
    font-size: 16px;
    color: #cccccc;
}


.case-nav .case-more{
    display: block;
    width: 54px;
    height: 54px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    text-align: center;
    line-height: 54px;
    font-family: ArialMT;
    font-size: 30px;
    color: #ccc;
    margin-top: 46px;
}

.case-nav .case-more:hover{
    border-color: #015cb5;
    background: #015cb5;
    color: #fff;
}


.case{
    margin-top: 19px;
}
.case li:nth-child(3n+1){
    margin-left: 0;
}
.case li{
    float: left;
    margin: 20px 0 0 20px;
    width: 386px;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.case li .case-img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.case li .case-name{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(8, 8, 8, .5);
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 15px;
}

.case li:hover .case-name{
    height: 100%;
    background: rgba(1, 92, 181, .6) url(../images/c-sou.png) no-repeat 315px 292px;
    line-height: 350px;
    font-size: 24px;
}


/*coop-box*/
.coop-box{
    background: url("../images/coop.jpg") no-repeat center;
    height: 463px;
    box-sizing: border-box;
    padding-top: 35px;
    width: 100%;
}

.coop-tit{
    text-align: center;
    line-height: 1;
    color: #fff;
}
.coop-tit p{
    font-size: 30px;
    margin-bottom: 19px;
}
.coop-tit i{
    display: block;
    font-family: ArialMT;
    font-size: 14px;
}


.coop-box .coop{
    margin-top: 43px;
    background: #fff;

}
.coop-box .coop li:nth-child(5n+1){
    border-left: none;
}
.coop-box .coop li{
    width: 240px;
    float: left;
    height: 133px;
    overflow: hidden;
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.coop-box .coop li a{
    display: block;
}
.coop-box .coop li img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.coop-box .coop li:hover img{
    transform: scale(1.1);
}

/*new*/
.new-box{
    height: 676px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.new{
    margin-top: 20px;
}
.new li:nth-child(3n+1){
    margin-left: 0;
}
.new li{
    float: left;
    width: 386px;
    height: 231px;
    background-color: #ffffff;
    margin: 20px 0 0 20px;
    padding: 40px 0 0 18px;
    box-sizing: border-box;
    line-height: 1;
    transition: all ease-out .5s;
}
.new li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.new li .new-num{
    width: 90px;
    text-align: right;
    margin-right: 26px;
}

.new li .new-num i{
    display: block;
    font-family: ArialMT;
    font-size: 16px;
    color: #333;
}
.new li .new-num b{
    display: block;
    font-family: Arial-BoldMT;
    font-size: 30px;
    color: #333;
    margin-top: 22px;
}

.new li .new-text{
    width: 240px;
}

.new li .new-text .new-name{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #282828;
}
.new li:hover .new-text .new-name{
    color: #015cb5;
    transform: translateX(5px);
}

.new li .new-text .new-mm{
    display: block;
    background: url("../images/new-j.png") no-repeat center;
    width: 42px;
    height: 6px;
}

.new li .new-text p{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 90px;
    margin: 20px 0 30px;
}


/*small-box*/
.small-box{
    background: url("../images/small-bg.jpg") no-repeat center;
    height: 239px;
}

.smallL{
    line-height: 1;
    padding-top: 48px;
    color: #fff;
}


.smallL p{
    font-size: 24px;
    line-height: 43px;
    color: #ffffff;
}

.smallL p b{
    display: block;
    font-size: 30px;
}

.smallL i{
    display: block;
    width: 65px;
    height: 2px;
    background-color: #ffffff;
    margin: 20px 0 25px;
}
.smallL span{
    display: block;
    font-size: 14px;
}

.smallR{
    width: 702px;
    padding-top: 48px;
}

.webq_bottom_r {
    width: 686px;
    position: relative;
}

.webq_bottom_r3 {
    height: auto;
    width: 100%;
}

.webq_bottom_r3_1 {
    float: left;
    width: 340px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: solid 1px rgba(255, 255, 255, .2);
    background: rgba(178, 178, 178, .2);
    box-sizing: border-box;
}

.webq_bottom_ml {
    margin-left: 6px;
}

.webq_bottom_r1 {
    height: 50px;
    float: left;
    position: relative;
    background: rgba(178, 178, 178, .2);
    border: solid 1px rgba(255, 255, 255, .2);
    margin-top: 32px;
    width: 340px;
    box-sizing: border-box;
}


.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 30px;
    color: #fff;
    padding: 8px 60px 5px 15px;
    box-sizing: border-box;
    display: block;
}

.webq_bd_2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: none;
    color: #fff;
    box-sizing: border-box;
    padding: 0 70px 0 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
}

.webq_bd_go {
    border: 0;
    cursor: pointer;
    color: #333;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    width: 338px;
    height: 50px;
    background-color: #fff;
    margin: 32px 0 0 0;
    z-index: 0;
    position: relative;
    float: right;
}
.webq_bd_go:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #333;
    z-index: -1;
    transition: .5s;
}
.webq_bd_go:hover{
    color: #fff;
}
.webq_bd_go:hover:before{
    height: 100%;
}
.ly_d1 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(../images/ly_d1.jpg) no-repeat 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ly_d2 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(../images/ly_d2.jpg) no-repeat 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.ly_d3 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(../images/ly_d3.jpg) no-repeat 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.webq_bottom_r input::-webkit-input-placeholder {
    color: #fff;
}

.webq_bottom_r input::-moz-placeholder {
    color: #fff;
}

.webq_bottom_r input:-moz-placeholder {
    color: #fff;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #fff;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #fff;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #fff;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #fff;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #fff;
}

/*link-box*/
.link-box{
    margin: 40px 0 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    width: 100%;
}

.link-box span{
    display: block;
    font-size: 16px;
    color: #333;
}

.link-box .link-a{
    width: 92%;
    margin-left: 10px;
    overflow: hidden;
    line-height: 60px;
    height: 60px;
}
.link-box .link-a a{
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: #666;
    position: relative;
}
.link-box .link-a a:first-child:before{
    display: none;
}
.link-box .link-a a:before{
    content: '-';
    position: absolute;
    top: 0;
    left: -14px;
    font-size: 16px;
    color: #666;
}

.link-box .link-a a:hover{
    transform: translateY(-3px);
    color: #015cb5;
}



/*banner*/

.fullSlide {
    width: 100%;
    position: relative;
    height: 850px;
    background: #FFF;
    overflow: hidden;
}

.fullSlide .bd {
    height: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 850px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 850px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 3px;
    background-color: #333;
    overflow: hidden;
    line-height: 99px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
    width: 50px;
    background: #1d62bc;
    border-radius: 9px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.fullSlide .prev {
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    left: 10%;
}

.fullSlide .next {
    background-position: -6px -137px;
    right: 10%;
}
